home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / gradat1a / form1.frm next >
Text File  |  1999-10-03  |  25KB  |  693 lines

  1. VERSION 5.00
  2. Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.1#0"; "COMDLG32.OCX"
  3. Begin VB.Form Form1 
  4.    BorderStyle     =   1  'Fixed Single
  5.    Caption         =   "Gradation 2.0 (Second Edition) - I wish this program can help you."
  6.    ClientHeight    =   8025
  7.    ClientLeft      =   3675
  8.    ClientTop       =   1290
  9.    ClientWidth     =   7125
  10.    ClipControls    =   0   'False
  11.    Icon            =   "Form1.frx":0000
  12.    LinkTopic       =   "Form1"
  13.    MaxButton       =   0   'False
  14.    ScaleHeight     =   8025
  15.    ScaleWidth      =   7125
  16.    Begin VB.Frame Frame4 
  17.       Caption         =   "Resolution"
  18.       Height          =   1335
  19.       Left            =   4440
  20.       TabIndex        =   28
  21.       Top             =   6120
  22.       Width           =   2655
  23.       Begin VB.HScrollBar ResCircular2 
  24.          Height          =   255
  25.          Left            =   840
  26.          Max             =   40
  27.          Min             =   21
  28.          TabIndex        =   38
  29.          Top             =   720
  30.          Value           =   21
  31.          Width           =   1695
  32.       End
  33.       Begin VB.HScrollBar ResCircular 
  34.          Height          =   255
  35.          Left            =   840
  36.          Max             =   15
  37.          Min             =   2
  38.          TabIndex        =   30
  39.          Top             =   480
  40.          Value           =   2
  41.          Width           =   1695
  42.       End
  43.       Begin VB.HScrollBar ResLinear 
  44.          Height          =   255
  45.          Left            =   840
  46.          Max             =   52
  47.          Min             =   23
  48.          TabIndex        =   29
  49.          Top             =   240
  50.          Value           =   23
  51.          Width           =   1695
  52.       End
  53.       Begin VB.Label Label7 
  54.          Caption         =   "Circular2"
  55.          Height          =   255
  56.          Left            =   120
  57.          TabIndex        =   37
  58.          Top             =   720
  59.          Width           =   855
  60.       End
  61.       Begin VB.Label Label5 
  62.          Caption         =   "Circular"
  63.          Height          =   255
  64.          Left            =   120
  65.          TabIndex        =   32
  66.          Top             =   480
  67.          Width           =   615
  68.       End
  69.       Begin VB.Label Label4 
  70.          Caption         =   "Linear"
  71.          Height          =   255
  72.          Left            =   120
  73.          TabIndex        =   31
  74.          Top             =   240
  75.          Width           =   1455
  76.       End
  77.       Begin VB.Label Label6 
  78.          Caption         =   "High                       Low"
  79.          Height          =   195
  80.          Left            =   840
  81.          TabIndex        =   33
  82.          Top             =   960
  83.          Width           =   1695
  84.       End
  85.    End
  86.    Begin VB.PictureBox Picture1 
  87.       Height          =   135
  88.       Left            =   5160
  89.       ScaleHeight     =   75
  90.       ScaleWidth      =   1875
  91.       TabIndex        =   26
  92.       Top             =   7800
  93.       Width           =   1935
  94.       Begin VB.Shape Shape1 
  95.          BorderColor     =   &H00FF0000&
  96.          FillColor       =   &H00FF0000&
  97.          FillStyle       =   0  'Solid
  98.          Height          =   375
  99.          Left            =   0
  100.          Top             =   0
  101.          Visible         =   0   'False
  102.          Width           =   15
  103.       End
  104.    End
  105.    Begin VB.Frame Frame3 
  106.       Caption         =   "Style"
  107.       Height          =   1335
  108.       Left            =   2760
  109.       TabIndex        =   21
  110.       Top             =   6120
  111.       Width           =   1575
  112.       Begin VB.OptionButton OptionCircular2 
  113.          Caption         =   "Circular 2"
  114.          Height          =   255
  115.          Left            =   120
  116.          TabIndex        =   36
  117.          Top             =   720
  118.          Width           =   1335
  119.       End
  120.       Begin VB.OptionButton OptionBox2 
  121.          Caption         =   "Box 2"
  122.          Height          =   255
  123.          Left            =   720
  124.          TabIndex        =   35
  125.          Top             =   960
  126.          Width           =   735
  127.       End
  128.       Begin VB.OptionButton OptionBox 
  129.          Caption         =   "Box"
  130.          Height          =   255
  131.          Left            =   120
  132.          TabIndex        =   34
  133.          Top             =   960
  134.          Width           =   975
  135.       End
  136.       Begin VB.OptionButton OptionCircular 
  137.          Caption         =   "Circular"
  138.          Height          =   255
  139.          Left            =   120
  140.          TabIndex        =   23
  141.          Top             =   480
  142.          Width           =   975
  143.       End
  144.       Begin VB.OptionButton OptionLinear 
  145.          Caption         =   "Linear"
  146.          Height          =   255
  147.          Left            =   120
  148.          TabIndex        =   22
  149.          Top             =   240
  150.          Value           =   -1  'True
  151.          Width           =   975
  152.       End
  153.    End
  154.    Begin VB.Timer Timer1 
  155.       Interval        =   50
  156.       Left            =   6120
  157.       Top             =   7080
  158.    End
  159.    Begin VB.Frame Frame2 
  160.       Caption         =   "Sample ( Vertical Style )"
  161.       Height          =   1335
  162.       Left            =   120
  163.       TabIndex        =   19
  164.       Top             =   6120
  165.       Width           =   2535
  166.       Begin VB.PictureBox Sample 
  167.          AutoRedraw      =   -1  'True
  168.          ClipControls    =   0   'False
  169.          Height          =   975
  170.          Left            =   120
  171.          MousePointer    =   2  'Cross
  172.          ScaleHeight     =   915
  173.          ScaleWidth      =   2235
  174.          TabIndex        =   20
  175.          Top             =   240
  176.          Width           =   2295
  177.       End
  178.    End
  179.    Begin VB.Frame Frame1 
  180.       Caption         =   "Second Color"
  181.       Height          =   1335
  182.       Index           =   1
  183.       Left            =   0
  184.       TabIndex        =   10
  185.       Top             =   4680
  186.       Width           =   7095
  187.       Begin VB.HScrollBar SecondScroll 
  188.          Height          =   255
  189.          Index           =   0
  190.          Left            =   120
  191.          Max             =   255
  192.          TabIndex        =   15
  193.          Top             =   240
  194.          Width           =   3495
  195.       End
  196.       Begin VB.CommandButton SecondDialog 
  197.          Caption         =   "Dialog Box"
  198.          Height          =   975
  199.          Left            =   6000
  200.          TabIndex        =   14
  201.          Top             =   240
  202.          Width           =   975
  203.       End
  204.       Begin VB.PictureBox SecondSample 
  205.          AutoRedraw      =   -1  'True
  206.          BackColor       =   &H00000000&
  207.          Height          =   975
  208.          Left            =   4920
  209.          ScaleHeight     =   915
  210.          ScaleWidth      =   915
  211.          TabIndex        =   13
  212.          Top             =   240
  213.          Width           =   975
  214.       End
  215.       Begin VB.HScrollBar SecondScroll 
  216.          Height          =   255
  217.          Index           =   1
  218.          Left            =   120
  219.          Max             =   255
  220.          TabIndex        =   12
  221.          Top             =   600
  222.          Width           =   3495
  223.       End
  224.       Begin VB.HScrollBar SecondScroll 
  225.          Height          =   255
  226.          Index           =   2
  227.          Left            =   120
  228.          Max             =   255
  229.          TabIndex        =   11
  230.          Top             =   960
  231.          Width           =   3495
  232.       End
  233.       Begin VB.Label SecondLabel 
  234.          Caption         =   "Red : 0"
  235.          Height          =   255
  236.          Index           =   0
  237.          Left            =   3720
  238.          TabIndex        =   18
  239.          Top             =   240
  240.          Width           =   1095
  241.       End
  242.       Begin VB.Label SecondLabel 
  243.          Caption         =   "Green : 0"
  244.          Height          =   255
  245.          Index           =   1
  246.          Left            =   3720
  247.          TabIndex        =   17
  248.          Top             =   600
  249.          Width           =   1095
  250.       End
  251.       Begin VB.Label SecondLabel 
  252.          Caption         =   "Blue : 0"
  253.          Height          =   255
  254.